]> git.saurik.com Git - apple/system_cmds.git/blob - getty.tproj/Makefile
system_cmds-433.tar.gz
[apple/system_cmds.git] / getty.tproj / Makefile
1 Project = getty
2 Install_Dir = /usr/libexec
3
4 HFILES = extern.h gettytab.h pathnames.h
5 CFILES = chat.c init.c main.c subr.c
6 MANPAGES = getty.8 gettytab.5 ttys.5
7
8 Embedded = $(shell tconf --test TARGET_OS_EMBEDDED)
9 ifeq ($(Embedded),YES)
10 LAUNCHD_PLISTS = com.apple.getty.plist
11 endif
12
13 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make