Deleted Added
full compact
bsd.subdir.mk (4442) bsd.subdir.mk (5585)
1# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
1# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
2# $Id: bsd.subdir.mk,v 1.4 1994/09/16 14:30:25 jkh Exp $
2# $Id: bsd.subdir.mk,v 1.5 1994/11/13 21:05:28 phk Exp $
3
4.MAIN: all
5
6.if !defined(DEBUG_FLAGS)
7STRIP?= -s
8.endif
9
10BINGRP?= bin

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

48.if !target(depend)
49depend: _SUBDIRUSE
50.endif
51
52.if !target (maninstall)
53maninstall: _SUBDIRUSE
54.endif
55
3
4.MAIN: all
5
6.if !defined(DEBUG_FLAGS)
7STRIP?= -s
8.endif
9
10BINGRP?= bin

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

48.if !target(depend)
49depend: _SUBDIRUSE
50.endif
51
52.if !target (maninstall)
53maninstall: _SUBDIRUSE
54.endif
55
56DISTRIBUTION?= bindist
56DISTRIBUTION?= bin
57.if !target(afterdistribute)
58afterdistribute:
59.endif
60.if !target(distribute)
61distribute: _SUBDIRUSE
62 cd ${.CURDIR} ; ${MAKE} afterdistribute DESTDIR=${RELEASEDIR}/${DISTRIBUTION}
63
64.endif

--- 24 unchanged lines hidden ---
57.if !target(afterdistribute)
58afterdistribute:
59.endif
60.if !target(distribute)
61distribute: _SUBDIRUSE
62 cd ${.CURDIR} ; ${MAKE} afterdistribute DESTDIR=${RELEASEDIR}/${DISTRIBUTION}
63
64.endif

--- 24 unchanged lines hidden ---