diff options
author | wollman <wollman@FreeBSD.org> | 1994-08-08 01:10:28 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-08-08 01:10:28 +0000 |
commit | fceaec9c2fb5f95793abd306f500bf7d758a15ad (patch) | |
tree | 7d72a9cecef9ad94464ae214e8d83a737c089593 /usr.sbin/ypset/Makefile | |
parent | 291882b7f53c02bef8d1d8814a9dc2ce7638e705 (diff) | |
download | FreeBSD-src-fceaec9c2fb5f95793abd306f500bf7d758a15ad.zip FreeBSD-src-fceaec9c2fb5f95793abd306f500bf7d758a15ad.tar.gz |
Added YP section 8 programs from 1.1.5. (Obligatory notice that this
code was originally written by Th. de Raadt, although this particular
organization is mine.)
Diffstat (limited to 'usr.sbin/ypset/Makefile')
-rw-r--r-- | usr.sbin/ypset/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/ypset/Makefile b/usr.sbin/ypset/Makefile new file mode 100644 index 0000000..58bafea --- /dev/null +++ b/usr.sbin/ypset/Makefile @@ -0,0 +1,7 @@ +# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 +# $Id: Makefile,v 1.2 1994/02/17 07:06:19 rgrimes Exp $ + +PROG= ypset +NOMAN= + +.include <bsd.prog.mk> |