NetBSD/usr.sbin/ypset/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

8 lines
99 B
Makefile

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