13 lines
219 B
Makefile
13 lines
219 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2002/11/23 10:25:03 blymn Exp $
|
||
|
|
||
|
NOOBJ= # defined
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
.if ${MKSHARE} != "no"
|
||
|
FILES= gen_md5 gen_sha1
|
||
|
FILESDIR=/usr/share/examples/veriexecctl
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.prog.mk>
|