aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-04-13 08:12:31 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-04-13 08:12:31 +0000
commit00a99575e3fa3df21d542228a3c3e7d965d5b483 (patch)
tree07a3c66380ab04eb620976d17373610d22220254 /lib
parent0d9df638c738dd979af5ac222dea436b9430441e (diff)
downloadsrc-00a99575e3fa3df21d542228a3c3e7d965d5b483.tar.gz
src-00a99575e3fa3df21d542228a3c3e7d965d5b483.zip
Apply style.Makefile(5) here.
Notes
Notes: svn path=/head/; revision=157709
Diffstat (limited to 'lib')
-rw-r--r--lib/libgpib/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libgpib/Makefile b/lib/libgpib/Makefile
index 1a967bc38d42..e6c06d98992a 100644
--- a/lib/libgpib/Makefile
+++ b/lib/libgpib/Makefile
@@ -1,10 +1,10 @@
# $FreeBSD$
-LIB = gpib
-SHLIB_MAJOR = 1
-SRCS = ibfoo.c
-INCS = gpib.h
-INCSDIR = ${INCLUDEDIR}/gpib
+LIB= gpib
+SHLIB_MAJOR= 1
+INCS= gpib.h
+INCSDIR= ${INCLUDEDIR}/gpib
+SRCS= ibfoo.c
WARNS?= 6
.include <bsd.lib.mk>