Fix build on current
This commit is contained in:
parent
d4ecf3692d
commit
52659bd2f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318978
2 changed files with 2 additions and 6 deletions
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: mlan3
|
# Created by: hm
|
||||||
# Date created: January 16, 2002
|
|
||||||
# Whom: hm
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= mlan3
|
PORTNAME= mlan3
|
||||||
PORTVERSION= 1.00
|
PORTVERSION= 1.00
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
+CFLAGS= -I. -Wall -I${MLANCOM}
|
+CFLAGS= -I. -Wall -I${MLANCOM}
|
||||||
+LDADD= -L${MLANLIB} -lmlan
|
+LDADD= -L${MLANLIB} -lmlan
|
||||||
+DPADD= ${MLANLIB}/libmlan.a
|
+DPADD= ${MLANLIB}/libmlan.a
|
||||||
+NOMAN= 1
|
+NO_MAN= 1
|
||||||
+SRCS= ${PROG}.c
|
+SRCS= ${PROG}.c
|
||||||
+
|
+
|
||||||
+test: ${PROG}
|
+test: ${PROG}
|
||||||
|
|
Loading…
Reference in a new issue