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