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
Fix three bugs in the last commit and document special cases. Tighten
[dragonfly.git]
/
usr.bin
/
nohup
/
Makefile
blob
86a460ae32a24ae4549d3a7c2f8e1e9485b4f8e6
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $DragonFly: src/usr.bin/nohup/Makefile,v 1.2 2004/10/29 15:10:55 liamfoy Exp $
3
4
PROG
=
nohup
5
6
WARNS?
=
6
7
.
include
<
bsd.prog.mk
>