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
kernel: Fix a -Wundef warning.
[dragonfly.git]
/
libexec
/
rlogind
/
Makefile
blob
ee29bf9021b7672d50b4e308a1b2c8aa3a66672e
1
# @(#)Makefile 8.1 (Berkeley) 6/4/93
2
# $FreeBSD: src/libexec/rlogind/Makefile,v 1.15.2.3 2001/04/25 10:40:55 ru Exp $
3
4
PROG
=
rlogind
5
MAN
=
rlogind
.8
6
7
DPADD
= ${
LIBUTIL
}
8
LDADD
= -
lutil
9
CFLAGS
+= -
DINET6
10
11
.
include
<
bsd.prog.mk
>