diff options
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> |