From e2321011022f2b4932cffb412fe7059f341985ad Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 11 Oct 1998 04:41:43 +0000 Subject: 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. --- lib/libatm/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/libatm') 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 -- cgit v1.1