diff options
author | Roy Marples <roy@marples.name> | 2008-01-11 10:55:36 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-11 10:55:36 +0000 |
commit | 13c552c3ece84b0d4e3b8e24eaa6b7196019b957 (patch) | |
tree | 83e9094e446624f94fa41ff5dc276027a825e915 /runlevels/Makefile | |
parent | 349f4a81e64d8c29d87490b73a65ad10c8e506e2 (diff) |
Allow OS to define default package locations.
Diffstat (limited to 'runlevels/Makefile')
-rw-r--r-- | runlevels/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runlevels/Makefile b/runlevels/Makefile index 2640d040..e6ca09d4 100644 --- a/runlevels/Makefile +++ b/runlevels/Makefile @@ -11,8 +11,6 @@ include ${MK}/os.mk include Makefile.${OS} include Makefile.${SUBOS} -INSTALL?= install - all: install: |