summaryrefslogtreecommitdiffstats
path: root/lib/libatm
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-10-11 04:41:43 +0000
committerpeter <peter@FreeBSD.org>1998-10-11 04:41:43 +0000
commite2321011022f2b4932cffb412fe7059f341985ad (patch)
treef8b830e0c2c37b93da83f6f8cf8157a125832edd /lib/libatm
parentaa6e892d938b191aa20ababd311241236bcab32e (diff)
downloadFreeBSD-src-e2321011022f2b4932cffb412fe7059f341985ad.zip
FreeBSD-src-e2321011022f2b4932cffb412fe7059f341985ad.tar.gz
libatm uses libmd; add it to the dependency list so that programs using
libatm are not forced to know the internals of it's implementation.
Diffstat (limited to 'lib/libatm')
-rw-r--r--lib/libatm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libatm/Makefile b/lib/libatm/Makefile
index d861b81..d86f16e 100644
--- a/lib/libatm/Makefile
+++ b/lib/libatm/Makefile
@@ -23,13 +23,16 @@
# Copies of this Software may be made, however, the above copyright
# notice must be reproduced on all copies.
#
-# @(#) $Id: Makefile,v 1.5 1998/07/10 16:01:58 jpt Exp $
+# @(#) $Id: Makefile,v 1.1 1998/09/15 08:22:33 phk Exp $
#
#
LIB= atm
SRCS= atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c timer.c
+LDADD+= -lmd
+DPADD+= ${LIBMD}
+
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/libatm.h \
${DESTDIR}/usr/include
OpenPOWER on IntegriCloud