f6afac53fa
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.
12 lines
206 B
Makefile
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>
|