]> git.saurik.com Git - apple/system_cmds.git/blob - getty.tproj/Makefile
8c6b7a3945f2a56b9e189fcd961a9f6c7da8b2cd
[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