summaryrefslogtreecommitdiff
path: root/net/wakeup
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-11-20 11:38:24 +0000
committertron <tron@pkgsrc.org>1999-11-20 11:38:24 +0000
commitfb8b9b5f125578c5ad1f881ea7863f54806b2450 (patch)
treeff46eb41b7ef443dadea9c7f259c71abd8f99c76 /net/wakeup
parent6b4eee5480a5759108dd462557d37590f7a579ed (diff)
downloadpkgsrc-fb8b9b5f125578c5ad1f881ea7863f54806b2450.tar.gz
Because "${CFLAGS}" contains "-O2" we don't need to use it explicitly.
Diffstat (limited to 'net/wakeup')
-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/-.*$//}