summaryrefslogtreecommitdiff
path: root/sbin/startkey/Makefile
blob: 87f7eed127aa9286f35a2b1ed292390975c174f1 (plain)
1
2
3
4
5
6
7
PROG=   startkey
SRCS=   startkey.c

CFLAGS+= -I${.CURDIR}/../photurisd
MAN= startkey.1

.include <bsd.prog.mk>