minor cleanups and lint; use strftime(3); Berkeley specific copyright
[unix-history] / usr / src / libexec / Makefile
CommitLineData
35ec6be9 1# @(#)Makefile 5.6.1.1 (Berkeley) %G%
c05e0d83 2
7adeb722 3SUBDIR= bugfiler comsat delivermail fingerd ftpd getNAME getty makekey \
35ec6be9
KM
4 rexecd rlogind rshd talkd telnetd tftpd uucpd
5
6#KERBEROS=kpasswdd
7adeb722 7
ac621ce5 8.if ${MACHINE} == "hp300"
397f367a 9SUBDIR+=gcc
7adeb722
KB
10.elif ${MACHINE} == "tahoe"
11SUBDIR+=pcc
12.elif ${MACHINE} == "vax"
13SUBDIR+=pcc
14.endif
c05e0d83 15
770d844a 16.include <bsd.subdir.mk>