diff options
Diffstat (limited to 'config/rpm.am')
-rw-r--r-- | config/rpm.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/rpm.am b/config/rpm.am index b1c832674..7fb95a72d 100644 --- a/config/rpm.am +++ b/config/rpm.am @@ -1,3 +1,11 @@ +############################################################################### +# Copyright (C) 2007-2010 Lawrence Livermore National Security, LLC. +# Copyright (C) 2007 The Regents of the University of California. +# Written by Brian Behlendorf <[email protected]>. +############################################################################### +# Build targets for RPM. +############################################################################### + rpm-local: mkdir -p $(rpmbuild)/TMP && \ mkdir -p $(rpmbuild)/BUILD && \ |