blob: 4acdd351bcd0d2f764072a59ffce56dcd7bdad2c (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.2 2011/09/17 15:12:38 stsp Exp $
PROG= fnm_test
LDADD+= -lutil
DPADD+= ${LIBUTIL}
run-regress-${PROG}:
./${PROG} ${.CURDIR}/${PROG}.in
.include <bsd.regress.mk>
|