NetBSD/usr.bin/mesg/Makefile
christos d8213a2a2a - Check stdin, stdout, and stderr for a tty. From Liam Foy for SUSv3
compliance.
- While here, delint, prototypes, getsetprogname, warns=3
2005-07-30 16:14:39 +00:00

8 lines
142 B
Makefile

# $NetBSD: Makefile,v 1.6 2005/07/30 16:14:39 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
WARNS=3
PROG= mesg
.include <bsd.prog.mk>