summaryrefslogtreecommitdiff
path: root/regress/sys/compat/Makefile
blob: 7292a7065ef7f8bf1c1a47282bafd7e63941a1ca (plain)
1
2
3
4
5
6
7
8
9
10
# $NetBSD: Makefile,v 1.3 2002/09/18 05:41:51 lukem Exp $

NOMAN=		# defined

PROG=		uipc_syscalls_43

regress: ${PROG}
	./${PROG}

.include <bsd.prog.mk>