# HG changeset patch # User Mychaela Falconia # Date 1683355280 0 # Node ID 7a6cd16689f50da7a8210705ca0c9e199c5fb1b2 # Parent 1857d0d5a7bdd9472eea2dfaf9e4294b3aaebd7b f-demime/Makefile: add install diff -r 1857d0d5a7bd -r 7a6cd16689f5 f-demime/Makefile --- a/f-demime/Makefile Sat May 06 06:33:26 2023 +0000 +++ b/f-demime/Makefile Sat May 06 06:41:20 2023 +0000 @@ -4,6 +4,7 @@ OBJS= attach_out.o b2q_in.o b2q_out.o base64.o finish.o header.o header_end.o\ initconv.o main.o msgstate.o ptext_in.o ptext_out.o qpdec.o HDRS= defs.h +INSTBIN=/usr/local/bin all: ${PROG} @@ -12,5 +13,8 @@ ${OBJS}: ${HDRS} +install: + install -c -o bin -g bin -m 755 ${PROG} ${INSTBIN} + clean: rm -f *.o ${PROG}