c1fa28cf2c
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
9 lines
117 B
Makefile
9 lines
117 B
Makefile
# @(#)Makefile 5.8 (Berkeley) 7/28/90
|
|
|
|
PROG= ypbind
|
|
NOMAN=
|
|
CFLAGS+=-DDAEMON
|
|
BINDIR=/usr/sbin
|
|
|
|
.include <bsd.prog.mk>
|