NetBSD/regress/sys/compat/Makefile

10 lines
151 B
Makefile
Raw Normal View History

2001-12-12 04:23:59 +03:00
# $NetBSD: Makefile,v 1.2 2001/12/12 01:24:18 tv Exp $
2001-12-12 04:23:59 +03:00
PROG= uipc_syscalls_43
NOMAN= # defined
regress: ${PROG}
./${PROG}
.include <bsd.prog.mk>