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