aboutsummaryrefslogtreecommitdiff
path: root/www/cgihtml/files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/cgihtml/files/Makefile')
-rw-r--r--www/cgihtml/files/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/www/cgihtml/files/Makefile b/www/cgihtml/files/Makefile
index 907544c6a9fa..10ce3c33e774 100644
--- a/www/cgihtml/files/Makefile
+++ b/www/cgihtml/files/Makefile
@@ -1,13 +1,9 @@
+# $FreeBSD$
# Makefile for cgihtml libraries
LIB = cgihtml
MAJ = 1
-MIN = 0
-.if ($(PORTOBJFORMAT) == "elf")
SHLIB_VER = $(MAJ)
-.else
-SHLIB_VER = $(MAJ).$(MIN)
-.endif
OBJS = string-lib.o cgi-llist.o cgi-lib.o html-lib.o
HDRS = ${OBJS:.o=.h}