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