yp utilities directory Makefile

This commit is contained in:
deraadt 1993-04-26 08:07:30 +00:00
parent a956563956
commit c006ad65f1
1 changed files with 7 additions and 0 deletions

7
usr.sbin/yp/Makefile Normal file
View File

@ -0,0 +1,7 @@
# @(#)Makefile 5.8 (Berkeley) 7/28/90
NOMAN=
CFLAGS+=-DYP
SUBDIR= ypbind ypwhich ypcat ypmatch ypset # yppasswd
.include <bsd.subdir.mk>