NetBSD/distrib/sun3/common/mini_xx.mk

31 lines
720 B
Makefile
Raw Normal View History

1995-11-22 00:18:48 +03:00
#
1996-10-09 04:13:36 +04:00
# $NetBSD: mini_xx.mk,v 1.2 1996/10/09 00:13:36 jtc Exp $
1995-11-22 00:18:48 +03:00
# Hacks for re-linking some programs -static
#
1996-10-09 04:13:36 +04:00
MINI_XX = grep less tip vi
1995-11-22 00:18:48 +03:00
mini_xx : ${MINI_XX}
clean_xx:
1996-10-09 04:13:36 +04:00
-rm -f ${MINI_XX}
1995-11-22 00:18:48 +03:00
1996-10-09 04:13:36 +04:00
grep :
1995-11-22 00:18:48 +03:00
cd ${BSDSRCDIR}/gnu/usr.bin/grep ;\
$(MAKE) -f Makefile -f ${TOP}/common/Make.static \
OUTDIR=${.CURDIR} ${.CURDIR}/grep
1996-10-09 04:13:36 +04:00
less :
cd ${BSDSRCDIR}/usr.bin/less/less ;\
1995-11-22 00:18:48 +03:00
$(MAKE) -f Makefile -f ${TOP}/common/Make.static \
1996-10-09 04:13:36 +04:00
OUTDIR=${.CURDIR} ${.CURDIR}/less
1995-11-22 00:18:48 +03:00
1996-10-09 04:13:36 +04:00
tip :
1995-11-22 00:18:48 +03:00
cd ${BSDSRCDIR}/usr.bin/tip ;\
$(MAKE) -f Makefile -f ${TOP}/common/Make.static \
OUTDIR=${.CURDIR} ${.CURDIR}/tip
1996-10-09 04:13:36 +04:00
vi :
cd ${BSDSRCDIR}/usr.bin/vi/build ;\
1995-11-22 00:18:48 +03:00
$(MAKE) -f Makefile -f ${TOP}/common/Make.static \
OUTDIR=${.CURDIR} ${.CURDIR}/vi