This commit is contained in:
christos 2006-03-16 16:49:07 +00:00
parent afcaa10a27
commit f04bb5fddb
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.4 2005/02/17 17:17:25 xtraeme Exp $
# $NetBSD: Makefile,v 1.5 2006/03/16 16:49:07 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= column
WARNS= 3
WARNS= 4
.include <bsd.prog.mk>

View File

@ -1,11 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $NetBSD: Makefile,v 1.7 2002/09/19 11:31:21 lukem Exp $
# $NetBSD: Makefile,v 1.8 2006/03/16 16:50:16 christos Exp $
.include <bsd.own.mk>
PROG= fmt
SRCS= fmt.c head.c
WARNS= 2
WARNS= 4
.PATH: ${NETBSDSRCDIR}/usr.bin/mail