diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-10-28 17:14:17 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-10-28 17:14:17 +0000 |
commit | 0d77ae387e2f04d9be66d4ddafdf067e75c65fc6 (patch) | |
tree | ac0101d43ce5c89725329bf8ab106fe61e68f10e /usr.sbin | |
parent | 536115d4135924a5fce2d5bbff92689bb57828d7 (diff) |
zap
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/Makefile.bsd-wrapper | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/usr.sbin/pkg_add/Makefile.bsd-wrapper b/usr.sbin/pkg_add/Makefile.bsd-wrapper deleted file mode 100644 index 7efd89efa76..00000000000 --- a/usr.sbin/pkg_add/Makefile.bsd-wrapper +++ /dev/null @@ -1,33 +0,0 @@ -.BEGIN: - @if [ ${.CURDIR} != ${.OBJDIR} ]; then ${LNDIR} -s -e obj -e obj.${MACHINE_ARCH} -e Makefile.bsd-wrapper ${.CURDIR}; fi - -MAN=pkg_add.1 pkg_info.1 pkg_create.1 pkg_delete.1 pkg.1 -depend Makefile: - perl ${.CURDIR}/Makefile.PL \ - INSTALLSCRIPT='$${DESTDIR}/usr/sbin' \ - INSTALLPRIVLIB='$${DESTDIR}/usr/libdata/perl5/' - -all: Makefile - cd ${.OBJDIR} && exec ${MAKE} - -install: maninstall - cd ${.OBJDIR} && exec ${MAKE} pure_install - -clean: - cd ${.OBJDIR} && exec ${MAKE} clean - -# XXX don't remove srcdir -cleandir: - -@if [ ${.CURDIR} != ${.OBJDIR} ]; then \ - cd ${.OBJDIR} && rm -fr *; \ - else \ - test -e Makefile && exec ${MAKE} realclean; \ - fi - -# Our lndir is hacked; specify a full path to avoid potential conflicts -# with the one installed with X11. -LNDIR= /usr/bin/lndir - -.include <bsd.obj.mk> -.include <bsd.subdir.mk> -.include <bsd.man.mk> |