X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=e33313e6ec50b8877b8c3e34ea2506888bf45292;hb=34b87ea8d597c1858dab26fa32b25b617d5f5f26;hp=5972c352785dbf238ee32ec0624b83a24b6d8a84;hpb=a7fc9d1dda7e3d2155b78587c4b1393f15a0ffb4;p=zpackage diff --git a/Makefile b/Makefile index 5972c35..e33313e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ CFLAGS=-Wall -std=c99 +programs: elftype soname + elftype: elf/elftype.c $(CC) $(CFLAGS) -o $@ $+ @@ -16,4 +18,5 @@ install: elftype install -d -m2770 -o root -g adm $(DESTDIR)/var/lib/admin/notes/open install -d -m2770 -o root -g adm $(DESTDIR)/var/lib/admin/notes/ack install -D elftype $(DESTDIR)/usr/sbin/elftype + install -D soname $(DESTDIR)/usr/sbin/soname #SPOOL=$(DESTDIR)/var/lib/admin/notes ./zpm-sequence -c notes