diff options
Diffstat (limited to 'usr.sbin/yp/ypmatch/Makefile')
| -rw-r--r-- | usr.sbin/yp/ypmatch/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/yp/ypmatch/Makefile b/usr.sbin/yp/ypmatch/Makefile new file mode 100644 index 000000000000..fa08b29ad249 --- /dev/null +++ b/usr.sbin/yp/ypmatch/Makefile @@ -0,0 +1,7 @@ +# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 +# $Id: Makefile,v 1.3 1994/02/17 07:06:13 rgrimes Exp $ + +PROG= ypmatch +BINDIR=/usr/bin + +.include <bsd.prog.mk> |
