Apply style.Makefile(5) here.

This commit is contained in:
Ruslan Ermilov 2006-04-13 08:12:31 +00:00
parent 0d9df638c7
commit 00a99575e3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157709

View File

@ -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>