summaryrefslogtreecommitdiff
path: root/gensnmpdef/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'gensnmpdef/Makefile.in')
-rw-r--r--gensnmpdef/Makefile.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/gensnmpdef/Makefile.in b/gensnmpdef/Makefile.in
deleted file mode 100644
index 0bc6198c6f15..000000000000
--- a/gensnmpdef/Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright (c) 2004
-# Hartmut Brandt
-# All rights reserved.
-#
-# Author: Harti Brandt <harti@freebsd.org>
-#
-# $Begemot: bsnmp/trunk/gensnmpdef/Makefile.in 1487 2008-12-23 19:03:33Z brandt_h $
-#
-
-PROG= gensnmpdef
-SRCS= gensnmpdef.c
-MAN1= gensnmpdef.1
-
-CFLAGS+= -I/usr/local/include
-
-$(PROG): $(SRCS:.c=.lo)
- $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $(SRCS:.c=.lo) -lsmi
-
-CLEANFILES+= *.1out