minix/commands/talkd/Makefile

11 lines
161 B
Makefile
Raw Normal View History

2005-04-21 16:53:53 +02:00
# Makefile for talkd
#
# 07/22/96 Michael Temari, <temari@ix.netcom.com>
#
PROG= talkd
SRCS= talkd.c net.c process.c finduser.c
MAN=
2005-04-21 16:53:53 +02:00
.include <bsd.prog.mk>