NetBSD/usr.bin/ypwhich/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
100 B
Makefile

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