From 8af263c86ca9069f7b81553ac8eeb857e092bf7b Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Sat, 11 May 2002 00:20:22 +0000 Subject: Add missing libraries to bsd.prog.mk (mostly kerberosV) Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@ --- sys/arch/amiga/stand/boot/txlt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch') diff --git a/sys/arch/amiga/stand/boot/txlt/Makefile b/sys/arch/amiga/stand/boot/txlt/Makefile index 8a13db5974c..5d044bdba59 100644 --- a/sys/arch/amiga/stand/boot/txlt/Makefile +++ b/sys/arch/amiga/stand/boot/txlt/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 1997/01/16 09:26:55 niklas Exp $ +# $OpenBSD: Makefile,v 1.2 2002/05/11 00:20:20 espie Exp $ PROG=txlt NOMAN=noman +DPADD=${LIBL} LDADD=-ll CLEANFILES+=txlt.c -- cgit v1.2.3