Kernel part of bluetooth stack ported by Dmitry Komissaroff. Very much work
[dragonfly.git] / contrib / tcsh / Makefile.ADMIN
blob96619061947951d838ad8211c29c31454bdde4c6
2 # Makefile.ADMIN
4 # Maintenance tasks
6 # You can refetch files from the website, then run "cvs diff" to
7 # sanity check any changes before committing.
10 LYNX=   lynx -dump -nolist
11 TRIM=   expand | sed -e 's/^  *$$//' | cat -s
12 WEB=    http://www.tcsh.org/page?
14 .for i in FAQ WishList
15 $i: force
16         ${LYNX} ${WEB}$i | ${TRIM} > ${.TARGET}
17 .endfor
19 .DUMMY: force
20 force: