diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1995-10-26 20:31:59 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1995-10-26 20:31:59 +0000 |
| commit | cc6a66f20e9c3dbde378e543b40bea846059e2d3 (patch) | |
| tree | d823a4d0efac391c6dfad3ac2e27c0e984cea732 /lib/libipx/Makefile | |
| parent | 059a9bc2bb95ccc3a5f6b8f40819813380523d7e (diff) | |
Notes
Diffstat (limited to 'lib/libipx/Makefile')
| -rw-r--r-- | lib/libipx/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/libipx/Makefile b/lib/libipx/Makefile new file mode 100644 index 000000000000..7158df8ec755 --- /dev/null +++ b/lib/libipx/Makefile @@ -0,0 +1,9 @@ +LIB= ipx +#CFLAGS+=-DLIBC_SCCS -I/sys +SRCS= ipx_addr.c ipx_ntoa.c + +MAN3= ipx.3 + +MLINKS+=ipx.3 ipx_addr.3 ipx.3 ipx_ntoa.3 + +.include <bsd.lib.mk> |
