diff options
Diffstat (limited to 'distrib/mvme68k/common/Make.static')
-rw-r--r-- | distrib/mvme68k/common/Make.static | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/distrib/mvme68k/common/Make.static b/distrib/mvme68k/common/Make.static deleted file mode 100644 index afab996c833..00000000000 --- a/distrib/mvme68k/common/Make.static +++ /dev/null @@ -1,11 +0,0 @@ -# -# $NetBSD: Make.static,v 1.1 1995/11/21 21:18:51 gwr Exp $ -# -# This is logically appended to some other makefile, i.e. -# using: make -f Makefile -f $(OUTDIR)/Make.static ... -STRIP_CMD=strip - -${OUTDIR}/${PROG} : ${OBJS} ${LIBC} ${DPADD} - ${CC} -static ${LDFLAGS} -o ${OUTDIR}/${PROG} ${OBJS} ${LDADD} - ${STRIP_CMD} ${OUTDIR}/${PROG} - |