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
Update OpenSSL version number and regenerate the manual pages.
[dragonfly.git]
/
usr.sbin
/
trpt
/
Makefile
blob
6fffb0fd215490c7d289dcd65d76c1684c5a10d6
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $FreeBSD: src/usr.sbin/trpt/Makefile,v 1.3.2.1 2001/04/25 12:11:07 ru Exp $
3
# $DragonFly: src/usr.sbin/trpt/Makefile,v 1.2 2003/06/17 04:30:03 dillon Exp $
4
5
PROG
=
trpt
6
MAN
=
trpt
.8
7
BINGRP
=
kmem
8
BINMODE
=
2555
9
CFLAGS
+=-
DINET6
10
11
.
include
<
bsd.prog.mk
>