diff options
| author | rsc <devnull@localhost> | 2005-12-26 04:48:52 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2005-12-26 04:48:52 +0000 |
| commit | 87a52e0485d3281ebea6bf4b725aa8023690e96f (patch) | |
| tree | 0abc2d2ddb875196177231639d3cb4519e814b9d /src/cmd/ip/dhcpd/mkfile | |
| parent | 35d26aa32167e84326cdb745c0e906393b8de71d (diff) | |
| download | plan9port-87a52e0485d3281ebea6bf4b725aa8023690e96f.tar.gz plan9port-87a52e0485d3281ebea6bf4b725aa8023690e96f.zip | |
new goodies
Diffstat (limited to 'src/cmd/ip/dhcpd/mkfile')
| -rwxr-xr-x | src/cmd/ip/dhcpd/mkfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/cmd/ip/dhcpd/mkfile b/src/cmd/ip/dhcpd/mkfile new file mode 100755 index 00000000..90e40a6d --- /dev/null +++ b/src/cmd/ip/dhcpd/mkfile @@ -0,0 +1,22 @@ +<$PLAN9/src/mkhdr + +TARG=dhcpd\ + dhcpleases\ + +DOFILES=\ + db.$O\ + ndb.$O\ + ping.$O\ + +IOFILES=\ + db.$O\ + ping.$O\ + +HFILES=dat.h ../dhcp.h + +<$PLAN9/src/mkmany + +$O.dhcpd: $DOFILES +$O.dhcpleases: $IOFILES +$O.testping: ping.$O + |
