summaryrefslogtreecommitdiff
path: root/examples/hello_dictd/libcommon
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_dictd/libcommon')
-rw-r--r--examples/hello_dictd/libcommon/Makefile2
-rw-r--r--examples/hello_dictd/libcommon/linkme.mk5
2 files changed, 0 insertions, 7 deletions
diff --git a/examples/hello_dictd/libcommon/Makefile b/examples/hello_dictd/libcommon/Makefile
index 33e4167..c3c5253 100644
--- a/examples/hello_dictd/libcommon/Makefile
+++ b/examples/hello_dictd/libcommon/Makefile
@@ -5,6 +5,4 @@ SRCS = str.c iswalnum.c # and others
WARNS = 4
-MKINSTALL = no
-
.include <mkc.lib.mk>
diff --git a/examples/hello_dictd/libcommon/linkme.mk b/examples/hello_dictd/libcommon/linkme.mk
deleted file mode 100644
index 84c543c..0000000
--- a/examples/hello_dictd/libcommon/linkme.mk
+++ /dev/null
@@ -1,5 +0,0 @@
-PATH.common := ${.PARSEDIR}
-
-CPPFLAGS += -I${PATH.common}
-DPLIBDIRS += ${PATH.common}
-LDADD0 += -lcommon