Deleted Added
full compact
bsd.prog.mk (95306) bsd.prog.mk (95327)
1# from: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
1# from: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
2# $FreeBSD: head/share/mk/bsd.prog.mk 95306 2002-04-23 09:03:56Z ru $
2# $FreeBSD: head/share/mk/bsd.prog.mk 95327 2002-04-23 22:16:41Z obrien $
3
4.include <bsd.init.mk>
5
6.SUFFIXES: .out .o .c .cc .cpp .cxx .C .m .y .l .s .S .asm
7
8CFLAGS+=${COPTS} ${DEBUG_FLAGS}
9
10.if !defined(DEBUG_FLAGS)

--- 189 unchanged lines hidden (view full) ---

200
201install: afterinstall
202afterinstall: realinstall
203.if !defined(NOMAN)
204afterinstall: maninstall
205.endif
206.endif
207
3
4.include <bsd.init.mk>
5
6.SUFFIXES: .out .o .c .cc .cpp .cxx .C .m .y .l .s .S .asm
7
8CFLAGS+=${COPTS} ${DEBUG_FLAGS}
9
10.if !defined(DEBUG_FLAGS)

--- 189 unchanged lines hidden (view full) ---

200
201install: afterinstall
202afterinstall: realinstall
203.if !defined(NOMAN)
204afterinstall: maninstall
205.endif
206.endif
207
208DISTRIBUTION?= bin
208DISTRIBUTION?= base
209.if !target(distribute)
210distribute:
211.for dist in ${DISTRIBUTION}
212 cd ${.CURDIR} ; $(MAKE) install DESTDIR=${DISTDIR}/${dist} SHARED=copies
213.endfor
214.endif
215
216.if !target(lint)

--- 37 unchanged lines hidden ---
209.if !target(distribute)
210distribute:
211.for dist in ${DISTRIBUTION}
212 cd ${.CURDIR} ; $(MAKE) install DESTDIR=${DISTDIR}/${dist} SHARED=copies
213.endfor
214.endif
215
216.if !target(lint)

--- 37 unchanged lines hidden ---