NetBSD/usr.sbin/pkg_install/delete/Makefile
joerg f6afac53fa Switch to src/dist as primary src location of pkg_install.
Adjust the Makefiles to be reachover Makefiles and remove
some unnecessary warning exceptions.

audit-packages.conf is stored redundantly in src/etc, not changed yet.
pkgsrc.7 is also kept in share/man/man7.

Add a comment in lib/nbcompat.h to make the file non-empty.
2007-07-16 19:33:02 +00:00

12 lines
206 B
Makefile

# $NetBSD: Makefile,v 1.5 2007/07/16 19:33:08 joerg Exp $
# Original from FreeBSD, no rcs id.
PROG= pkg_delete
SRCS= main.c perform.c
.include <bsd.init.mk>
.PATH: ${DIST}/delete
.include <bsd.prog.mk>