summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron>1999-11-20 11:38:24 +0000
committertron <tron>1999-11-20 11:38:24 +0000
commit48de3aa14103e2ef62232f783b978eeb1b21d2cb (patch)
treeff46eb41b7ef443dadea9c7f259c71abd8f99c76 /net
parentf922cb1993776e7b26c781b3e6667f3d2cbb59d1 (diff)
downloadpkgsrc-48de3aa14103e2ef62232f783b978eeb1b21d2cb.tar.gz
Because "${CFLAGS}" contains "-O2" we don't need to use it explicitly.
Diffstat (limited to 'net')
-rw-r--r--net/wakeup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wakeup/Makefile b/net/wakeup/Makefile
index 8551801e4a1..4153b0ee292 100644
--- a/net/wakeup/Makefile
+++ b/net/wakeup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/11/18 23:34:41 tron Exp $
+# $NetBSD: Makefile,v 1.3 1999/11/20 11:38:24 tron Exp $
#
DISTNAME= hpwake.c.gz
@@ -18,7 +18,7 @@ do-extract:
${GUNZIP_CMD} ${WRKSRC}/${DISTNAME}
do-build:
- (cd ${WRKSRC} ; ${CC} ${CFLAGS} -O2 -o ${DISTNAME:C/.c.gz//} ${DISTNAME:C/.gz//} )
+ (cd ${WRKSRC} ; ${CC} ${CFLAGS} -o ${DISTNAME:C/.c.gz//} ${DISTNAME:C/.gz//} )
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME:C/.c.gz//} ${PREFIX}/bin/${PKGNAME:C/-.*$//}