diff options
author | Peter Wemm <peter@FreeBSD.org> | 1998-10-11 04:41:43 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1998-10-11 04:41:43 +0000 |
commit | 85a6383125499c8ede5375ba304ff56a720e061f (patch) | |
tree | aae8be7d48a260c28e48c68a1b63277364a2a5ab /lib/libatm | |
parent | 5cc7d6a52482f8b748679e7325b3ccb72eb3ecd9 (diff) | |
download | src-85a6383125499c8ede5375ba304ff56a720e061f.tar.gz src-85a6383125499c8ede5375ba304ff56a720e061f.zip |
Notes
Diffstat (limited to 'lib/libatm')
-rw-r--r-- | lib/libatm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libatm/Makefile b/lib/libatm/Makefile index d861b8116267..d86f16ee8af9 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 |