From 9031dc631fa33a1493f5780943f8f888ce530178 Mon Sep 17 00:00:00 2001 From: merakor Date: Sat, 22 Aug 2020 15:03:10 +0000 Subject: cpt: remove getopt and use shell library instead. FossilOrigin-Name: cbe6d1050c67fcce58e754cd03832089ffeb33a5f9455c55e71738ab11e0d056 --- getopt-ul/Makefile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 getopt-ul/Makefile (limited to 'getopt-ul/Makefile') diff --git a/getopt-ul/Makefile b/getopt-ul/Makefile deleted file mode 100644 index 782240c..0000000 --- a/getopt-ul/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -include ../config.mk - -getopt: getopt.c - ${CC} -include config.h ${CFLAGS} ${LDFLAGS} -o getopt getopt.c - -clean: - rm -f getopt - -install: - install -Dm755 getopt ${DESTDIR}${BINDIR}/getopt - -uninstall: - rm -f ${DESTDIR}${BINDIR}/getopt - -.PHONY: all install uninstall clean -- cgit v1.2.3