diff options
author | Max Khon <fjoe@FreeBSD.org> | 2001-12-20 19:41:40 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2001-12-20 19:41:40 +0000 |
commit | 53ce17e5ae376ba74f77578062a4e41fe9adef4c (patch) | |
tree | b81f2bdec857936c8bf33301708aedf4b5aa7173 /sysutils/sbniconfig/files/Makefile | |
parent | When creating shared memory segments, make them readable/writable (diff) |
Add sbniconfig -- Granch SBNI12-xx network adapters configurator
Notes
Notes:
svn path=/head/; revision=51899
Diffstat (limited to 'sysutils/sbniconfig/files/Makefile')
-rw-r--r-- | sysutils/sbniconfig/files/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/sbniconfig/files/Makefile b/sysutils/sbniconfig/files/Makefile new file mode 100644 index 000000000000..9c323a035da9 --- /dev/null +++ b/sysutils/sbniconfig/files/Makefile @@ -0,0 +1,11 @@ +# +# $FreeBSD$ +# + +PROG= sbniconfig +NOMAN= yes +NOOBJ= yes +CFLAGS+= -I/usr/src/sys/dev/sbni +BINDIR= ${PREFIX}/bin + +.include <bsd.prog.mk> |