08c81a9c2d
- list NOxxx and LDSTATIC= assignments before everything else (especially <bsd.own.mk>) - ensure <bsd.own.mk> is included before NETBSDSRCDIR is used - add missing RCSids
12 lines
232 B
Makefile
12 lines
232 B
Makefile
# $NetBSD: Makefile,v 1.2 2002/09/18 05:41:50 lukem Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
PROG= abortfixup
|
|
SRCS= abortfixup.c
|
|
|
|
regress: ${PROG}
|
|
echo NOTE: please run the abortfixup program manually since it can panic
|
|
|
|
.include <bsd.prog.mk>
|