Savagedlight / libifconfig

A C API to do most things done by the FreeBSD 'ifconfig' program today
Other
26 stars 7 forks source link

Script: Copy things to right place in FreeBSD SRC tree #28

Closed Savagedlight closed 8 years ago

Savagedlight commented 8 years ago

Make a script to copy things from libifconfig git repo to the right places in the FreeBSD SRC tree, and ignore irrelevant files.

Copy Makefile.base to /lib/libifconfig/Makefile Copy src/ to /lib/libifconfig Copy examples/ to /share/examples/libifconfig/.

Remember to make a makefile for FreeBSD share directory, and copy only that one, not the project-specific one, for the sake of tidiness.

Savagedlight commented 8 years ago

Script is in place and in use.