1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.bin/lastcomm/Makefile
espie 6d68987d51 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@
2002-05-11 00:20:18 +00:00

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>