11 lines
181 B
Makefile
11 lines
181 B
Makefile
|
# $NetBSD: Makefile,v 1.3 2008/09/02 08:38:36 christos Exp $
|
||
|
|
||
|
PROG= infokey
|
||
|
SRCS= infokey.c
|
||
|
|
||
|
CPPFLAGS+= -I${IDIST}/info
|
||
|
|
||
|
.include <bsd.prog.mk>
|
||
|
|
||
|
.PATH: ${IDIST}/info ${IDIST}/doc
|