diff options
author | Roy Marples <roy@marples.name> | 2008-01-11 16:03:38 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-11 16:03:38 +0000 |
commit | 28afeac09e15c9983021d7afb7af523f8f62c5fa (patch) | |
tree | 10a589135da4188b2d6293b4c953a56f452775db /mk/prog.mk | |
parent | abde759d5bf6028135667779297d30491f1f4688 (diff) |
Add sys.mk to define system locations.
Diffstat (limited to 'mk/prog.mk')
-rw-r--r-- | mk/prog.mk | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -3,11 +3,8 @@ # Copyright 2008 Roy Marples -BINDIR?= /sbin OBJS+= ${SRCS:.c=.o} -INSTALL?= install - all: depend ${PROG} ${PROG}: ${SCRIPTS} ${OBJS} @@ -16,4 +13,5 @@ ${PROG}: ${SCRIPTS} ${OBJS} clean: rm -f ${OBJS} ${PROG} ${CLEANFILES} +include ${MK}/sys.mk include ${MK}/depend.mk |