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.
14 lines
274 B
Makefile
14 lines
274 B
Makefile
# $NetBSD: Makefile,v 1.8 2007/07/16 19:33:02 joerg Exp $
|
|
# Original from FreeBSD, no rcs id.
|
|
|
|
PROG= pkg_add
|
|
SRCS= main.c perform.c futil.c extract.c verify.c
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
.PATH: ${DIST}/add
|
|
|
|
CPPFLAGS+= -DMACHINE_ARCH=\"${MACHINE_ARCH}\"
|
|
|
|
.include <bsd.prog.mk>
|