opnsense-src/usr.bin/chat/Makefile

11 lines
184 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.4 1997/02/22 19:54:21 peter Exp $
1994-11-12 00:25:32 -05:00
PROG= chat
SRCS= chat.c
MAN8= chat.8
#as per policies section in handbook
MAINTAINER= peter@freebsd.org
1994-11-12 00:25:32 -05:00
.include <bsd.prog.mk>