mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
9 lines
87 B
Makefile
9 lines
87 B
Makefile
# $Id$
|
|
|
|
PROG= chat
|
|
SRCS= chat.c
|
|
MAN8= chat.8
|
|
BINDIR?= /usr/bin
|
|
|
|
.include <bsd.prog.mk>
|