NetBSD/distrib/sun3x/common/Make.static

12 lines
343 B
Plaintext

#
# $NetBSD: Make.static,v 1.1.1.1 1997/12/24 09:21:18 jeremy 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}