summaryrefslogtreecommitdiff
path: root/keyexchange/isakmpd-20041012/regress/util/Makefile
blob: 88c0785d86033ba92f92bc5ee66e0d5605806863 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$OpenBSD: Makefile,v 1.2 2004/02/25 16:01:29 hshoexer Exp $

# Test some utility functions

PROG=		utiltest
SRCS=		log.c sysdep.c util.c utiltest.c conf.c
TOPSRC=		${.CURDIR}/../..
TOPOBJ!=	cd ${TOPSRC}; printf "all:\n\t@pwd\n" |${MAKE} -f-
OS!=		awk '/^OS=/ { print $$2 }' ${.CURDIR}/../../Makefile
.PATH:		${TOPSRC} ${TOPSRC}/sysdep/${OS} ${TOPOBJ}
CFLAGS+=	-I${TOPSRC} -I${TOPSRC}/sysdep/${OS} -I${TOPOBJ} -Wall
NOMAN=
DEBUG=		-g

.include <bsd.prog.mk>