diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-08-18 15:25:39 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-08-18 15:25:39 +0000 |
commit | 4f4a104ee88afa3e1dbff75adeec199348e0636a (patch) | |
tree | 38a679827dd557702f9bb6e090706961f8b9bc5c /lib/libsbuf | |
parent | ed7ac91c5f0247d299768f9a0d4d851cc023dbd3 (diff) | |
download | src-4f4a104ee88afa3e1dbff75adeec199348e0636a.tar.gz src-4f4a104ee88afa3e1dbff75adeec199348e0636a.zip |
style.Makefile(5)
Notes
Notes:
svn path=/head/; revision=119071
Diffstat (limited to 'lib/libsbuf')
-rw-r--r-- | lib/libsbuf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsbuf/Makefile b/lib/libsbuf/Makefile index 5adfcd82fb78..b166befc287e 100644 --- a/lib/libsbuf/Makefile +++ b/lib/libsbuf/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ LIB= sbuf -SHLIBDIR?= /lib +SHLIBDIR?= /lib SRCS= subr_sbuf.c WARNS?= 2 |