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