repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct conditional to correctly treat segments which end on a boundary.
[dragonfly.git]
/
usr.bin
/
cut
/
Makefile
blob
03b9c216011731b2541bd5a79d8d3b53333e15c9
1
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $FreeBSD: src/usr.bin/cut/Makefile,v 1.2.6.1 2001/07/30 09:59:16 dd Exp $
3
# $DragonFly: src/usr.bin/cut/Makefile,v 1.3 2005/01/05 02:30:23 cpressey Exp $
4
5
PROG
=
cut
6
WARNS?
=
6
7
8
.
include
<
bsd.prog.mk
>