repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
usr.bin
/
fmt
/
Makefile
blob
8bd8e75055a794c0c07256184e02092e309e70ac
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $NetBSD: Makefile,v 1.9 2006/10/22 08:22:34 mrg Exp $
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
fmt
7
SRCS
=
fmt.c head.c
8
CPPFLAGS
+= -
DFMT_PROG
9
10
.PATH
: ${
NETBSDSRCDIR
}/
usr.bin
/
mail
11
12
.
include
<
bsd.prog.mk
>