5ff45a7cdd
This adds a -U flags to make backing store persistent so that it survives a reboot.
15 lines
372 B
Makefile
15 lines
372 B
Makefile
# $NetBSD: Makefile,v 1.3 2016/05/03 08:07:27 manu Exp $
|
|
|
|
DISTNAME= lastfss-0.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://ftp.espci.fr/pub/lastfss/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= manu@NetBSD.org
|
|
HOMEPAGE= http://ftp.espci.fr/pub/lastfss/
|
|
COMMENT= Utility to maintain ephemeral snaphots
|
|
LICENSE= original-bsd
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-*-*
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|