summaryrefslogtreecommitdiff
path: root/sbin/startkey/Makefile
blob: 0729d72cd052d560517124f6499e946dfaf2aaf3 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.2 2001/01/28 22:45:19 niklas Exp $

PROG=   startkey
SRCS=   startkey.c

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

.include <bsd.prog.mk>