NetBSD/regress/sys/arch/i386/ldt/Makefile

18 lines
284 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 1998/04/13 14:28:04 lukem Exp $
1994-01-16 18:50:19 +03:00
#
1993-12-21 07:07:41 +03:00
PROG= testldt
NOMAN= noman
DPADD+= ${LIBARCH}
LDADD+= -li386
regress:
1994-01-16 18:50:19 +03:00
-@if ./testldt; \
1993-12-21 07:07:41 +03:00
then echo PASSED; \
else echo FAILED; fi
.include <bsd.prog.mk>
# C Optimizer (-O) breaks this program - don't use !!
COPTS+=-O0