Browse Source

OS-8400 pkgsrc-setup should be able to re-bootstrap (fix Makefile) (#1054)

Reviewed by: Dan McDonald <danmcd@kebe.com>
Reviewed by: Travis Paul <Tr@visPaul.me>
Approved by: Dan McDonald <danmcd@kebe.com>
release-20220728
Brian Bennett 1 year ago committed by GitHub
parent
commit
cb08186a07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      man/Makefile

2
man/Makefile

@ -1,5 +1,6 @@
#
# Copyright 2020 Joyent, Inc.
# Copyright 2022 MNX Cloud, Inc.
#
ROOT = $(PWD)/..
@ -7,6 +8,7 @@ RONNJS = /opt/local/bin/node $(ROOT)/tools/ronnjs/bin/ronn.js
DESTDIR = $(ROOT)/proto
MAN_FILES = \
smartdc/man/man1/pkgsrc-setup.1 \
smartdc/man/man1/sdc-factoryreset.1 \
smartdc/man/man1/sdc-lastcomm.1 \
smartdc/man/man1/sdc-zfs-io-throttle.1 \

Loading…
Cancel
Save