freebsd_amp_hwpstate/usr.sbin/ypbind/Makefile

10 lines
193 B
Makefile

# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
# $Id: Makefile,v 1.4 1997/02/22 16:14:53 peter Exp $
SRCS= ypbind.c yp_ping.c
PROG= ypbind
MAN8= ypbind.8
CFLAGS+=-DDAEMON
.include <bsd.prog.mk>