expand vput inline so that locking is managed properly
[unix-history] / usr / src / libexec / Makefile
CommitLineData
29f060ba 1# @(#)Makefile 8.1 (Berkeley) %G%
c05e0d83 2
24bc572f
KB
3SUBDIR= bugfiler comsat fingerd ftpd getNAME getty kpasswdd lfs_cleanerd \
4 mail.local makekey rexecd rlogind rshd talkd telnetd tftpd uucpd
c05e0d83 5
0bf4a03b
KM
6#KERBEROS=kpasswdd
7
3c1cfd8a
KB
8.if ${MACHINE} == "hp300"
9SUBDIR+=rbootd
8343e936
KB
10.elif ${MACHINE} == "luna68k"
11SUBDIR+=rbootd
3c1cfd8a
KB
12.endif
13
770d844a 14.include <bsd.subdir.mk>