NetBSD/usr.sbin/ypbind/Makefile
cgd c1fa28cf2c use BINDIR, rather than DESTDIR to specify binary's location.
the former is correct, the latter is not.  actually, this makefile
probably should be hacked a bit more, but i'm not up to it now
1993-05-28 12:38:51 +00:00

9 lines
117 B
Makefile

# @(#)Makefile 5.8 (Berkeley) 7/28/90
PROG= ypbind
NOMAN=
CFLAGS+=-DDAEMON
BINDIR=/usr/sbin
.include <bsd.prog.mk>