From 522b0689c340d26feeac360640bf7e2e0582353c Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 30 Sep 2003 19:05:50 +0000 Subject: Reorg --- src/libframe/Makefile.MID | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/libframe/Makefile.MID (limited to 'src/libframe/Makefile.MID') diff --git a/src/libframe/Makefile.MID b/src/libframe/Makefile.MID deleted file mode 100644 index f7d29ece..00000000 --- a/src/libframe/Makefile.MID +++ /dev/null @@ -1,21 +0,0 @@ -LIB=libframe.a -VERSION=2.0 -PORTPLACE=devel/libframe -NAME=libdraw - -OFILES=\ - frbox.$O\ - frdelete.$O\ - frdraw.$O\ - frinit.$O\ - frinsert.$O\ - frptofchar.$O\ - frselect.$O\ - frstr.$O\ - frutil.$O\ - -all: $(LIB) - -install: $(LIB) - install -c -m 0644 $(LIB) $(PREFIX)/lib/$(LIB) - install -c -m 0644 frame.h $(PREFIX)/include/frame.h -- cgit v1.2.3