Skip to content

Commit

Permalink
bin/xbps-sign: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncaen committed Feb 26, 2023
1 parent 38de408 commit 48c1a45
Show file tree
Hide file tree
Showing 8 changed files with 567 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ SUBDIRS += xbps-checkvers
SUBDIRS += xbps-fbulk
SUBDIRS += xbps-digest
SUBDIRS += xbps-fetch
SUBDIRS += xbps-sign

ifeq (${XBPS_OS},linux)
SUBDIRS += xbps-uchroot
Expand Down
6 changes: 6 additions & 0 deletions bin/xbps-sign/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
TOPDIR = ../..
-include $(TOPDIR)/config.mk

BIN = xbps-sign

include $(TOPDIR)/mk/prog.mk
Loading

0 comments on commit 48c1a45

Please sign in to comment.