projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Remove unused label.
[dragonfly.git]
/
secure
/
usr.sbin
/
Makefile
1
# $FreeBSD: src/secure/usr.sbin/Makefile,v 1.1.2.1 2000/07/30 22:26:29 kris Exp $
2
# $DragonFly: src/secure/usr.sbin/Makefile,v 1.2 2003/06/17 04:27:48 dillon Exp $
3
4
SUBDIR=
5
.if !defined(NO_OPENSSH) && !defined(NO_OPENSSL)
6
SUBDIR+=sshd
7
.endif
8
9
.include <bsd.subdir.mk>