diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1999-10-28 12:09:33 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1999-10-28 12:09:33 +0000 |
commit | 3b546b79efeab130bec997fd1a1a751a92eb52f4 (patch) | |
tree | 11e65e43cdf8b3ef4a192dcc88989b7245de85ed /usr.bin/systat | |
parent | bb5c9077256f148091a21b00447d0df7a958c490 (diff) |
Add newline to the end of Makefile to unbreak non-uvm builds
Diffstat (limited to 'usr.bin/systat')
-rw-r--r-- | usr.bin/systat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile index 94d533b9dc1..00f8bca86b0 100644 --- a/usr.bin/systat/Makefile +++ b/usr.bin/systat/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 1999/10/26 15:13:53 art Exp $ +# $OpenBSD: Makefile,v 1.10 1999/10/28 12:09:32 art Exp $ PROG= systat @@ -16,4 +16,4 @@ BINMODE=2555 .if (${UVM} == "yes") CFLAGS+=-DUVM -.endif
\ No newline at end of file +.endif |