freebsd-dev/gnu/usr.bin/perl/library/Dumper/Makefile
Ruslan Ermilov 1680d03276 Respect system ${CFLAGS} when building Perl modules.
bsd.obj.mk -> bsd.prog.mk in modules makefiles, as the
latter automatically includes ../Makefile.inc and adds
-I${DESTDIR}/usr/include to ${CFLAGS} needed for "make
world" which is built with -nostdinc.

Reviewed by:	MAINTAINER timeout
2001-10-19 12:58:22 +00:00

7 lines
76 B
Makefile

# $FreeBSD$
MODULE= Dumper
MODULEDIR= Data/Dumper
.include <bsd.prog.mk>