put lines for contrib and local in...
[unix-history] / usr / src / libexec / Makefile
CommitLineData
7adeb722 1# @(#)Makefile 5.3 (Berkeley) %G%
c05e0d83 2
7adeb722
KB
3SUBDIR= bugfiler comsat delivermail fingerd ftpd getNAME getty makekey \
4 rexecd rlogind rshd talkd telnetd tftpd uucpd kpasswdd
5
6.if make(clean) || make(cleandir)
7SUBDIR+=pcc
8.elif ${MACHINE} == "hp300"
9SUBDIR+=
10.elif ${MACHINE} == "tahoe"
11SUBDIR+=pcc
12.elif ${MACHINE} == "vax"
13SUBDIR+=pcc
14.endif
c05e0d83 15
770d844a 16.include <bsd.subdir.mk>