mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
6d68987d51
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@
8 lines
125 B
Makefile
8 lines
125 B
Makefile
# $OpenBSD: Makefile,v 1.5 2002/05/11 00:20:18 espie Exp $
|
|
|
|
PROG= lastcomm
|
|
DPADD= ${LIBM}
|
|
LDADD= -lm
|
|
|
|
.include <bsd.prog.mk>
|