diff options
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 |