repo.or.cz
/
freebsd-src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libc/locale: Fix type breakage in __collate_range_cmp().
[freebsd-src.git]
/
usr.sbin
/
trpt
/
Makefile
blob
e49fff1e9d33de8dad65ff7951e3e8b7c79bd884
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $FreeBSD$
3
4
.
include
<
src.opts.mk
>
5
6
PROG
=
trpt
7
MAN
=
trpt
.8
8
BINGRP
=
kmem
9
BINMODE
=
2555
10
11
WARNS?
=
4
12
13
.if
${
MK_INET6_SUPPORT
} !=
"no"
14
CFLAGS
+= -
DINET6
15
.
endif
16
17
.
include
<
bsd.prog.mk
>