diff options
author | Roy Marples <roy@marples.name> | 2008-12-04 12:38:23 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-12-04 12:38:23 +0000 |
commit | 38e6c9ba5c584dfbf20f98eace464595405e1c88 (patch) | |
tree | 0647c02c0a527a116dc99946063cdf2f476c9c2a /runlevels/Makefile | |
parent | 2c98c5326aabddbc9e97b97d93f3c906eabe1189 (diff) |
make ignore now configures the sv:ignore property.
Diffstat (limited to 'runlevels/Makefile')
-rw-r--r-- | runlevels/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runlevels/Makefile b/runlevels/Makefile index b8a830af..fb882d94 100644 --- a/runlevels/Makefile +++ b/runlevels/Makefile @@ -14,7 +14,7 @@ INITDIR= ../init.d MK= ../mk include ${MK}/sys.mk include ${MK}/os.mk -include ${MK}/gitignore.mk +include ${MK}/svnignore.mk include Makefile.${OS} all: |