diff options
Diffstat (limited to 'borg-family-0.1/Makefile')
-rw-r--r-- | borg-family-0.1/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/borg-family-0.1/Makefile b/borg-family-0.1/Makefile deleted file mode 100644 index ff88bdd..0000000 --- a/borg-family-0.1/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PKGNAME=borg-family -VERSION=0.1 - -INSTALL=install -INSTALL_PROGRAM=$(INSTALL) -INSTALL_DATA=${INSTALL} -m 644 -confdir=/etc/${PKGNAME} -sbindir=/usr/sbin - -all: - -deb: - cd .. && tar -czf ${PKGNAME}_${VERSION}.orig.tar.gz --exclude debian ${PKGNAME}-${VERSION} - debuild -us -uc - -install: - $(INSTALL) -d $(DESTDIR)$(sbindir) - $(INSTALL) -d $(DESTDIR)$(confdir)/excludes.d - $(INSTALL_PROGRAM) src/sbin/bfenv $(DESTDIR)$(sbindir) - $(INSTALL_PROGRAM) src/sbin/bfrun $(DESTDIR)$(sbindir) - $(INSTALL_PROGRAM) src/sbin/bfwhat $(DESTDIR)$(sbindir) - $(INSTALL_PROGRAM) src/etc/bfhooks $(DESTDIR)$(confdir) - $(INSTALL_DATA) src/etc/confvars $(DESTDIR)$(confdir) - $(INSTALL_DATA) src/etc/excludes.d/home $(DESTDIR)$(confdir)/excludes.d - $(INSTALL_DATA) src/etc/excludes.d/rootfs $(DESTDIR)$(confdir)/excludes.d - -.PHONY: all deb install |