From 78b13ca5f0677f9e6e5a07a18473a2d7724b51d0 Mon Sep 17 00:00:00 2001 From: Yoann Vandoorselaere Date: Thu, 25 Nov 1999 19:44:10 +0000 Subject: Initial revision --- src/promisc_check/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/promisc_check/Makefile (limited to 'src/promisc_check/Makefile') diff --git a/src/promisc_check/Makefile b/src/promisc_check/Makefile new file mode 100644 index 0000000..b7bb4e9 --- /dev/null +++ b/src/promisc_check/Makefile @@ -0,0 +1,13 @@ +CC=gcc +NAME=promisc_check + +CFLAGS = -ggdb -Wall -Wmissing-prototypes -Wmissing-declarations \ +-Wpointer-arith -m486 -O2 -finline-functions -fkeep-inline-functions + +OBJ=promisc_check.o + +promisc_check: $(OBJ) + $(CC) $(OBJ) -o $(NAME) + +install: + cp $(NAME) /usr/bin -- cgit v1.2.1