NetBSD/usr.sbin/ypserv/mknetid/Makefile
thorpej 60aa689c94 A ypserv implementation, originally written by Mats O Jansson, with
some changes by me, including misc. cleanup, minor bug fixes, and
brand-new access control list code.
1996-08-09 10:14:49 +00:00

10 lines
213 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 1996/08/09 10:14:56 thorpej Exp $
PROG= mknetid
SRCS= mknetid.c read_line.c
MAN= mknetid.8 netid.5
.PATH: ${.CURDIR}/../common
CFLAGS+=-I${.CURDIR}/../common
.include <bsd.prog.mk>