diff options
author | jmg <jmg@FreeBSD.org> | 1997-08-25 12:50:01 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 1997-08-25 12:50:01 +0000 |
commit | 6fb08f0a27db0fa17f1a8384f57982daec46b1fc (patch) | |
tree | 3898a0bace6c3c1d4d4f5fdedab632a74383d5ef /sbin | |
parent | e063258819eb0970081953f666ee7a5e32ca8917 (diff) | |
download | FreeBSD-src-6fb08f0a27db0fa17f1a8384f57982daec46b1fc.zip FreeBSD-src-6fb08f0a27db0fa17f1a8384f57982daec46b1fc.tar.gz |
add Id line (so that the commit on RELENG_2_2 will have it too)
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/dumplfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/dumplfs/Makefile b/sbin/dumplfs/Makefile index 4d9b101..38aa105 100644 --- a/sbin/dumplfs/Makefile +++ b/sbin/dumplfs/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/18/93 +# $Id$ PROG= dumplfs CFLAGS+=-I${.CURDIR}/../../sys/ufs/lfs |