Makefile (c115df18cd0d5b01a18af0c608bc8b519b62273b) | Makefile (54c521fbd811db2fe2048ef1555e054d7c0d5453) |
---|---|
1# $Id$ | 1# $Id: Makefile,v 1.4 1997/02/22 19:54:21 peter Exp $ |
2 3PROG= chat 4SRCS= chat.c 5MAN8= chat.8 | 2 3PROG= chat 4SRCS= chat.c 5MAN8= chat.8 |
6BINDIR?= /usr/bin | |
7 | 6 |
7#as per policies section in handbook 8MAINTAINER= peter@freebsd.org 9 |
|
8.include <bsd.prog.mk> | 10.include <bsd.prog.mk> |