Makefile (c3aac50f284c6cca5b4f2eb46aaa13812cb8b630) | Makefile (dc12be52584a604d0444341077b89a56d670609f) |
---|---|
1# $FreeBSD$ 2 3PROG= chat 4CFLAGS+=-Wall | 1# $FreeBSD$ 2 3PROG= chat 4CFLAGS+=-Wall |
5SRCS= chat.c 6MAN8= chat.8 | 5MAN= chat.8 |
7 8#as per policies section in handbook 9MAINTAINER= peter@freebsd.org 10 11.include <bsd.prog.mk> | 6 7#as per policies section in handbook 8MAINTAINER= peter@freebsd.org 9 10.include <bsd.prog.mk> |