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

21 lines
292 B
Makefile
Raw Normal View History

1995-04-21 02:37:12 +04:00
# $NetBSD: Makefile,v 1.3 1995/04/20 22:42:19 cgd Exp $
1994-01-16 18:50:19 +03:00
#
# C Optimizer (-O) breaks this program - don't use !!
CFLAGS=-g
1993-12-21 07:07:41 +03:00
PROG= testldt
NOMAN= noman
DPADD+= ${LIBARCH}
LDADD+= -li386
install:
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>