A simple tool to manage networking under Linux http://kalos.mine.nu/setnet/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
setnet/Makefile

7 lines
106 B

all: doc
doc: setnet.8
gzip -c setnet.8 > setnet.8.gz
groff -m mdoc -T html setnet.8 > setnet.8.html