diff options
| author | William Hubbs <w.d.hubbs@gmail.com> | 2014-12-03 10:13:41 -0600 |
|---|---|---|
| committer | William Hubbs <w.d.hubbs@gmail.com> | 2014-12-03 10:13:41 -0600 |
| commit | 1267025fb76af18e31b2c7de16606abbb9b87ea3 (patch) | |
| tree | 8cc3a36b1dd7e1438d05a293cae8eac572126a7c /etc/Makefile | |
| parent | 30cc3cdb76a66c7c0f89a52db4e5cff77b570e31 (diff) | |
initial commitorigin/gh-pagesgithub/gh-pages
Diffstat (limited to 'etc/Makefile')
| -rw-r--r-- | etc/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/etc/Makefile b/etc/Makefile deleted file mode 100644 index 53bf47cc..00000000 --- a/etc/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -DIR= ${SYSCONFDIR} -SRCS= rc.conf.in rc.in rc.shutdown.in -BIN= ${BIN-${OS}} -CONF= rc.conf ${BIN-${OS}} - -CLEANFILES+= rc.conf - -MK= ../mk -include ${MK}/os.mk - -SED_EXTRA-FreeBSD= -e 's:@TERM@:cons25:g' -BIN-FreeBSD= rc rc.shutdown rc.devd -CONF-FreeBSD= devd.conf - -SED_EXTRA-Linux= -e 's:@TERM@:wsvt25:g' -BIN-Linux= -CONF-Linux= - -SED_EXTRA-NetBSD= -e 's:@TERM@:wsvt25:g' -BIN-NetBSD= rc rc.shutdown -CONF-NetBSD= - -SED_EXTRA= ${SED_EXTRA-${OS}} - -include ${MK}/scripts.mk - -rc.conf: rc.conf.in rc.conf.${OS} - ${SED} ${SED_REPLACE} ${SED_EXTRA} $^ > $@ |
