60aa689c94
some changes by me, including misc. cleanup, minor bug fixes, and brand-new access control list code.
10 lines
213 B
Makefile
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>
|