xref
: /
freebsd
/
usr.bin
/
jot
/
Makefile
(revision 7f3dea244c40159a41ab22da77a434d7c5b5e85a)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
3
PROG
=
jot
4
5
CFLAGS
+= -
Wall
-W
6
7
.
include
<
bsd.prog.mk
>
8