diff options
author | wollman <wollman@FreeBSD.org> | 1994-08-08 01:13:35 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-08-08 01:13:35 +0000 |
commit | bf39175a9eb4cfae6bd49290d1e77a0abb5b0ac6 (patch) | |
tree | e87a12e5ed13b25514eb4505f9d5482e591f1d59 /usr.bin/ypwhich/Makefile | |
parent | fceaec9c2fb5f95793abd306f500bf7d758a15ad (diff) | |
download | FreeBSD-src-bf39175a9eb4cfae6bd49290d1e77a0abb5b0ac6.zip FreeBSD-src-bf39175a9eb4cfae6bd49290d1e77a0abb5b0ac6.tar.gz |
Move more YP user programs over.
Diffstat (limited to 'usr.bin/ypwhich/Makefile')
-rw-r--r-- | usr.bin/ypwhich/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/ypwhich/Makefile b/usr.bin/ypwhich/Makefile new file mode 100644 index 0000000..1c964b2 --- /dev/null +++ b/usr.bin/ypwhich/Makefile @@ -0,0 +1,7 @@ +# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 +# $Id: Makefile,v 1.2 1994/02/17 07:06:22 rgrimes Exp $ + +PROG= ypwhich +NOMAN= + +.include <bsd.prog.mk> |