diff options
author | ru <ru@FreeBSD.org> | 2001-03-27 17:27:19 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-27 17:27:19 +0000 |
commit | 25ef23ac1cd91aa5fdc342b2889f86ee3ea73daa (patch) | |
tree | e9b08b54acff71fa727310a461d700095bbe9587 /lib/libipx | |
parent | e429759bcf3eb8398d78b1609e915121e319b017 (diff) | |
download | FreeBSD-src-25ef23ac1cd91aa5fdc342b2889f86ee3ea73daa.zip FreeBSD-src-25ef23ac1cd91aa5fdc342b2889f86ee3ea73daa.tar.gz |
MAN[1-9] -> MAN.
Diffstat (limited to 'lib/libipx')
-rw-r--r-- | lib/libipx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libipx/Makefile b/lib/libipx/Makefile index 04665ba..b468f60 100644 --- a/lib/libipx/Makefile +++ b/lib/libipx/Makefile @@ -1,8 +1,10 @@ +# $FreeBSD$ + LIB= ipx #CFLAGS+=-DLIBC_SCCS -I${.CURDIR}/../../sys SRCS= ipx_addr.c ipx_ntoa.c -MAN3= ipx.3 +MAN= ipx.3 MLINKS+=ipx.3 ipx_addr.3 ipx.3 ipx_ntoa.3 |