mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-29 15:10:57 +01:00
10 lines
154 B
Makefile
10 lines
154 B
Makefile
# $Id: Makefile.bsd,v 1.3 1995/04/28 06:21:15 paulus Exp $
|
|
|
|
PROG= chat
|
|
SRCS= chat.c
|
|
MAN8= chat.0
|
|
MAN= chat.cat8
|
|
BINDIR= /usr/sbin
|
|
|
|
.include <bsd.prog.mk>
|