19 lines
548 B
Makefile
19 lines
548 B
Makefile
# $NetBSD: Makefile,v 1.12 2003/07/21 17:01:12 martti 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"
|