repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
usr.bin
/
fmt
/
Makefile
blob
a794cb17b62feaa66fe7dbd00c5989dde8afe4bc
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $NetBSD: Makefile,v 1.10 2009/04/14 22:15:20 lukem 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
>