summaryrefslogtreecommitdiff
path: root/lib/liby
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-12-21 09:33:47 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-12-21 09:33:47 +0000
commitab7a294721dd609f58c50a79dbe9452526899d59 (patch)
treedcfb6380484a67e96d7ddeee0502d82b9078ed14 /lib/liby
parent07736e20e93c9a98de654927c637dd89da236bb1 (diff)
downloadsrc-test2-ab7a294721dd609f58c50a79dbe9452526899d59.tar.gz
src-test2-ab7a294721dd609f58c50a79dbe9452526899d59.zip
Notes
Diffstat (limited to 'lib/liby')
-rw-r--r--lib/liby/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/liby/Makefile b/lib/liby/Makefile
index 417f43173c72..8a3f6b4271be 100644
--- a/lib/liby/Makefile
+++ b/lib/liby/Makefile
@@ -5,6 +5,6 @@ SHLIB_MAJOR= 2
SRCS= main.c yyerror.c
-NOPIC=
+NO_PIC=
.include <bsd.lib.mk>