Edit

IABSD.fr/src/usr.bin/kstat/Makefile

Branch :

  • Show log

    Commit

  • Author : schwarze
    Date : 2020-08-13 12:37:16
    Hash : a09091e5
    Message : new kstat(1) manual page, using info from dlg@, from his commit messages, and from partial code inspection; OK dlg@

  • usr.bin/kstat/Makefile
  • # $OpenBSD: Makefile,v 1.2 2020/08/13 12:37:16 schwarze Exp $
    
    PROG=	kstat
    SRCS=	kstat.c
    WARNINGS=Yes
    DEBUG=-g
    
    .include <bsd.prog.mk>