diff options
author | Roy Marples <roy@marples.name> | 2008-03-03 13:04:08 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-03 13:04:08 +0000 |
commit | 7a8e9d4ddbe121bf2cafb095e9ecf262bc074133 (patch) | |
tree | 4bb8ef4bd3b8c4096356db12f7d6f62090ffc002 /Makefile | |
parent | 61c476e72d7da6866ea9e3ba6a8d1e7bb295b7aa (diff) |
Add a gitignore make target.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ include ${MK}/sys.mk include ${MK}/os.mk include ${MK}/subdir.mk include ${MK}/dist.mk +include ${MK}/gitignore.mk _installafter: ${INSTALL} -d ${DESTDIR}/${PREFIX}/${RC_LIB}/init.d |