mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
12 lines
224 B
Makefile
12 lines
224 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $Id$
|
|
|
|
PROG= ifconfig
|
|
MAN8= ifconfig.8
|
|
DPADD= ${LIBIPX}
|
|
LDADD= -lipx
|
|
COPTS= -DNS -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings \
|
|
-Wnested-externs
|
|
|
|
.include <bsd.prog.mk>
|