NetBSD/usr.bin/fmt/Makefile
lukem c1ceae17f0 Enable WARNS=4 by default for usr.bin, except for:
awk  bdes  checknr  compile_et  error  gss  hxtool  kgetcred  kinit
	klist  ldd  less  lex  locale  login  m4  man  menuc  mk_cmds
	mklocale  msgc  openssl  rpcgen  rpcinfo  sdiff  spell  ssh
	string2key  telnet  tn3270  verify_krb5_conf  xlint
2009-04-14 22:15:16 +00:00

13 lines
232 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $NetBSD: Makefile,v 1.10 2009/04/14 22:15:20 lukem Exp $
.include <bsd.own.mk>
PROG= fmt
SRCS= fmt.c head.c
CPPFLAGS+= -DFMT_PROG
.PATH: ${NETBSDSRCDIR}/usr.bin/mail
.include <bsd.prog.mk>