diff options
Diffstat (limited to 'etc.BSD/Makefile')
-rw-r--r-- | etc.BSD/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/etc.BSD/Makefile b/etc.BSD/Makefile deleted file mode 100644 index 5ce049f4..00000000 --- a/etc.BSD/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -DIR= ${SYSCONFDIR} -CONF= rc rc.shutdown - -MK= ../mk -include ${MK}/scripts.mk -include Makefile.${OS} - -.SUFFIXES: .in -.in: - sed -e 's:@SHELL@:${SHELL}:' -e 's:@TERM@:${DEFTERM}:' $< > $@ |