Module Name: src
Committed By: maxv
Date: Wed Mar 8 16:05:29 UTC 2017
Modified Files:
src/usr.bin/pmc: Makefile
Log Message:
We don't use libi386 anymore.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/pmc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/pmc/Makefile
diff -u src/usr.bin/pmc/Makefile:1.3 src/usr.bin/pmc/Makefile:1.4
--- src/usr.bin/pmc/Makefile:1.3 Tue Apr 14 22:15:25 2009
+++ src/usr.bin/pmc/Makefile Wed Mar 8 16:05:29 2017
@@ -1,10 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2009/04/14 22:15:25 lukem Exp $
+# $NetBSD: Makefile,v 1.4 2017/03/08 16:05:29 maxv Exp $
.if (${MACHINE_ARCH} == "i386")
PROG= pmc
-
-LDADD+= -li386
-DPADD+= ${LIBI386}
.else
MAN= pmc.1
.endif