summaryrefslogtreecommitdiffstats
path: root/lib/libalias/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-05-23 04:41:31 +0000
committerbrian <brian@FreeBSD.org>1997-05-23 04:41:31 +0000
commitcf067e235ad379654a27faa2ed5d9368e611a7ec (patch)
treef49fa908ee07340301e185351af2d46820e99884 /lib/libalias/Makefile
downloadFreeBSD-src-cf067e235ad379654a27faa2ed5d9368e611a7ec.zip
FreeBSD-src-cf067e235ad379654a27faa2ed5d9368e611a7ec.tar.gz
Create the alias library. This is currently only used by
ppp (or will be shortly). Natd can now be updated to use this library rather than carrying its own version of the code. Submitted by: Charles Mott <cmott@srv.net>
Diffstat (limited to 'lib/libalias/Makefile')
-rw-r--r--lib/libalias/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/libalias/Makefile b/lib/libalias/Makefile
new file mode 100644
index 0000000..6081e48
--- /dev/null
+++ b/lib/libalias/Makefile
@@ -0,0 +1,11 @@
+LIB= alias
+SHLIB_MAJOR= 2
+SHLIB_MINOR= 1
+CFLAGS+=-Wall -I${.CURDIR}
+SRCS= alias.c alias_db.c alias_ftp.c alias_irc.c alias_util.c
+
+beforeinstall:
+ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/alias.h \
+ ${DESTDIR}/usr/include
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud