NetBSD/usr.sbin/ypbind/Makefile

10 lines
179 B
Makefile
Raw Normal View History

1993-07-30 15:10:53 +04:00
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
# $Id: Makefile,v 1.3 1993/07/30 11:11:06 mycroft Exp $
1993-04-26 12:09:02 +04:00
PROG= ypbind
NOMAN=
CFLAGS+=-DDAEMON
BINDIR=/usr/sbin
1993-04-26 12:09:02 +04:00
.include <bsd.prog.mk>