Makefile (395B)
- # SPDX-FileCopyrightText: 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
- # SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
- include config.mk
- include ../config.mk
- include ../Makefile.common
- .PHONY: lint
- lint:
- :
- install:
- mkdir -p ${DESTDIR}${SBINDIR}/
- cp -p memsys ${DESTDIR}${SBINDIR}/
- chown 0:0 ${DESTDIR}${SBINDIR}/memsys
- chmod 4755 ${DESTDIR}${SBINDIR}/memsys