10 lines
166 B
Makefile
10 lines
166 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2005/04/17 15:15:49 lukem Exp $
|
||
|
|
||
|
FILES= postinstall
|
||
|
MAN= postinstall.8
|
||
|
|
||
|
FILESDIR= /usr/sbin
|
||
|
FILESMODE= ${BINMODE}
|
||
|
|
||
|
.include <bsd.prog.mk>
|