c4e71c5e7a
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
19 lines
546 B
Makefile
19 lines
546 B
Makefile
# $NetBSD: Makefile,v 1.10 2001/06/11 06:34:44 jlam Exp $
|
|
# FreeBSD Id: Makefile,v 1.6 1996/11/17 09:05:15 obrien Exp
|
|
|
|
DISTNAME= buffer-1.17
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.gwdg.de/pub/linux/jurix/source/system/backup/ \
|
|
ftp://ftp.fu-berlin.de/unix/linux/mirrors/jurix.jura.uni-sb.de/source/system/backup/
|
|
|
|
MAINTAINER= tron@netbsd.org
|
|
COMMENT= buffer sporadic binary I/O for faster tape use
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
CPPFLAGS+= -DSYS5
|
|
MAKE_ENV+= CC="${CC}"
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|