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
Unbreak buildkernel.
[dragonfly.git]
/
usr.sbin
/
rpc.umntall
/
Makefile
blob
469246e4c47fafbb5244c863063c76ea73e90261
1
# @(#)Makefile 8.4 (Berkeley) 6/22/95
2
# $FreeBSD: src/usr.sbin/rpc.umntall/Makefile,v 1.1.2.1 2001/04/25 12:10:46 ru Exp $
3
# $DragonFly: src/usr.sbin/rpc.umntall/Makefile,v 1.3 2005/04/02 20:49:56 joerg Exp $
4
5
PROG
=
rpc.umntall
6
SRCS
=
rpc.umntall.c mounttab.c
7
MAN
=
rpc.umntall
.8
8
9
.
include
<
bsd.prog.mk
>