Deleted Added
full compact
Makefile (246223) Makefile (249033)
1# $Id: Makefile,v 1.5 2013/01/28 19:31:58 sjg Exp $
1# $Id: Makefile,v 1.10 2013/03/31 05:57:19 sjg Exp $
2
3# Base version on src date
2
3# Base version on src date
4MAKE_VERSION= 20130123
4MAKE_VERSION= 20130330
5
6PROG= bmake
7
8SRCS= \
9 arch.c \
10 buf.c \
11 compat.c \
12 cond.c \

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

182# Force these
183SHAREDIR= ${prefix}/share
184BINDIR= ${prefix}/bin
185MANDIR= ${SHAREDIR}/man
186
187.if !exists(.depend)
188${OBJS}: config.h
189.endif
5
6PROG= bmake
7
8SRCS= \
9 arch.c \
10 buf.c \
11 compat.c \
12 cond.c \

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

182# Force these
183SHAREDIR= ${prefix}/share
184BINDIR= ${prefix}/bin
185MANDIR= ${SHAREDIR}/man
186
187.if !exists(.depend)
188${OBJS}: config.h
189.endif
190.if ${MK_AUTOCONF_MK} == "yes"
191.include <autoconf.mk>
192.endif
193
194# make sure that MAKE_VERSION gets updated.
195main.o: ${SRCS} ${MAKEFILE}
196
197# start-delete2 for bsd.after-import.mk
190
191# make sure that MAKE_VERSION gets updated.
192main.o: ${SRCS} ${MAKEFILE}
193
194# start-delete2 for bsd.after-import.mk
195.if ${MK_AUTOCONF_MK} == "yes"
196.include <autoconf.mk>
197.endif
198SHARE_MK?=${SHAREDIR}/mk
199MKSRC=${srcdir}/mk
200INSTALL?=${srcdir}/install-sh
201
202.if ${MK_INSTALL_MK} == "yes"
203install: install-mk
204.endif
205

--- 16 unchanged lines hidden ---
198SHARE_MK?=${SHAREDIR}/mk
199MKSRC=${srcdir}/mk
200INSTALL?=${srcdir}/install-sh
201
202.if ${MK_INSTALL_MK} == "yes"
203install: install-mk
204.endif
205

--- 16 unchanged lines hidden ---