7 lines
122 B
Makefile
7 lines
122 B
Makefile
|
# @(#)Makefile 5.3 (Berkeley) 5/11/90
|
||
|
|
||
|
PROG= finger
|
||
|
SRCS= finger.c lprint.c net.c sprint.c util.c
|
||
|
|
||
|
.include <bsd.prog.mk>
|