mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 19:51:09 +01:00
9 lines
161 B
Makefile
9 lines
161 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= finger
|
|
SRCS= finger.c lprint.c net.c sprint.c util.c
|
|
MAN= finger.1 finger.conf.5
|
|
|
|
.include <bsd.prog.mk>
|